From: Keir Fraser Date: Mon, 12 May 2008 09:11:23 +0000 (+0100) Subject: stubdom: let lwIP check TCP sums as they are now correct. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14215^2~33 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=107fe015a169d68f986428e231c5bcb7f7880657;p=xen.git stubdom: let lwIP check TCP sums as they are now correct. Signed-off-by: Samuel Thibault --- diff --git a/extras/mini-os/include/arch/cc.h b/extras/mini-os/include/arch/cc.h index e9a258d8bf..1c31feb7c8 100644 --- a/extras/mini-os/include/arch/cc.h +++ b/extras/mini-os/include/arch/cc.h @@ -84,7 +84,4 @@ extern void lwip_die(char *fmt, ...); #define DBG_TYPES_ON DBG_ON #endif -/* TODO: checksum doesn't work fine?! */ -#define CHECKSUM_CHECK_TCP 0 - #endif /* __LWIP_ARCH_CC_H__ */